Adds one or more data rows to the data grid associated with a chart.
Syntax
object.InsertRows (row, count)
The InsertRows method syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
row | Integer. Identifies a specific data row. Rows are numbered from top to bottom beginning with 1. |
count | Integer. Specifies the number of rows you want to insert. Rows contain null data until you fill them with data. |